home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #4 / Amiga Plus CD - 1996 - No. 4.iso / pd / daten / abxcd_v1.0 / utils / loaddb < prev    next >
Text File  |  1995-09-27  |  3KB  |  74 lines

  1. ! loaddb - to fill an empty database from files made by dumpdb
  2.  
  3. abxcd putall var=sys_datadef  file=sys_datadef.all
  4. abxcd putall var=sys_formdef  file=sys_formdef.all
  5. abxcd putall var=sys_colstyle  file=sys_colstyle.all
  6. abxcd putall var=sys_icode  file=sys_icode.all
  7. abxcd create1S var=sys_templates
  8. abxcd putall var=sys_templates  file=sys_templates.all
  9. abxcd create1S var=sys_quickprint
  10. abxcd putall var=sys_quickprint  file=sys_quickprint.all
  11. abxcd putall var=sys_hypertext  file=sys_hypertext.all
  12. abxcd create0S var=hd_veh_makes
  13. abxcd put var=hd_veh_makes file=hd_veh_makes.dat
  14. abxcd create0S var=hd_veh_colours
  15. abxcd put var=hd_veh_colours file=hd_veh_colours.dat
  16. abxcd create0S var=hd_eye_colours
  17. abxcd put var=hd_eye_colours file=hd_eye_colours.dat
  18. abxcd create0S var=hd_hair_colours
  19. abxcd put var=hd_hair_colours file=hd_hair_colours.dat
  20. abxcd create0S var=hd_ic
  21. abxcd put var=hd_ic file=hd_ic.dat
  22. abxcd create0S var=ca_repeat
  23. abxcd put var=ca_repeat file=ca_repeat.dat
  24. abxcd create0S var=ca_reminders
  25. abxcd put var=ca_reminders file=ca_reminders.dat
  26. abxcd create0S var=ha_regularity
  27. abxcd put var=ha_regularity file=ha_regularity.dat
  28. abxcd create0S var=ha_ac_code_list
  29. abxcd put var=ha_ac_code_list file=ha_ac_code_list.dat
  30. abxcd create0S var=ha_ac_list
  31. abxcd put var=ha_ac_list file=ha_ac_list.dat
  32. abxcd create1S var=map_area
  33. abxcd putall var=map_area  file=map_area.all
  34. abxcd create1S var=ha_item
  35. abxcd putall var=ha_item  file=ha_item.all
  36. abxcd create1S var=ca_planner
  37. abxcd putall var=ca_planner  file=ca_planner.all
  38. abxcd create1S var=ca_contacts
  39. abxcd putall var=ca_contacts  file=ca_contacts.all
  40. abxcd create1S var=ca_diary
  41. abxcd putall var=ca_diary  file=ca_diary.all
  42. abxcd create1S var=shares
  43. abxcd putall var=shares  file=shares.all
  44. abxcd create1S var=hd_statements
  45. abxcd putall var=hd_statements  file=hd_statements.all
  46. abxcd create1S var=hd_events
  47. abxcd putall var=hd_events  file=hd_events.all
  48. abxcd create1S var=hd_addresses
  49. abxcd putall var=hd_addresses  file=ha_addresses.all
  50. abxcd create1S var=hd_vehicles
  51. abxcd putall var=hd_vehicles  file=hd_vehicles.all
  52. abxcd create1S var=hd_nominals
  53. abxcd putall var=hd_nominals  file=hd_nominals.all
  54. abxcd create1S var=oes_parts
  55. abxcd putall var=oes_parts  file=oes_parts.all
  56. abxcd create1S var=oes_customers
  57. abxcd putall var=oes_customers  file=oes_customers.all
  58. abxcd create1S var=oes_orders
  59. abxcd putall var=oes_orders  file=oes_orders.all
  60.  
  61. abxcd putimage contents=uparrow  file=uparrow
  62. abxcd putimage contents=downarrow  file=downarrow
  63. abxcd putimage contents=rightarrow  file=rightarrow
  64. abxcd putimage contents=leftarrow  file=leftarrow
  65. abxcd putimage contents=telephone  file=telephone
  66. abxcd putimage contents=church  file=church
  67. abxcd putimage contents=building  file=building
  68. abxcd putimage contents=radio_on  file=radio_on
  69. abxcd putimage contents=radio_off  file=radio_off
  70. abxcd putimage contents=cycle_gadget  file=cycle_gadget
  71. abxcd putimage contents=check_box_on  file=check_box_on
  72. abxcd putimage contents=check_box_off  file=check_box_off
  73. abxcd putimage contents=manchester  file=manchester.iff
  74.